-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev #6
Merge dev #6
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 80.43% 79.51% -0.93%
==========================================
Files 64 67 +3
Lines 4948 5072 +124
==========================================
+ Hits 3980 4033 +53
- Misses 968 1039 +71
☔ View full report in Codecov by Sentry. |
BREAKING: `Query<(Component<T>, Mutable<T>), And<All, With>>` will become `Query<(Component<T>, Mutable<T>), (All, With)>` This is mostly only relevant if you explicitly store queries, when using queries the `filter` parameter can be ignored with `_` and is generally preferred as it allows adding a filter without modifying the argument type as well.
This reverts commit 53ea861.
When used as an argument, `info` gives the wrong semantic meaning. description makes it more clear what it *describes*
No description provided.